This simple example shows how to use the DBWebNavigationExtender control to allow regular Asp buttons to work as Navigation controllers for DDWeb Controls. The DBWebNavigationExtender implements IExtenderProvider, and as a result, when it is placed on a WebForm, buttons have 3 additional properties:
- The DataSource (an implementer of IDBDataSource such as a DBWebDataSource or an EcoDataSource.
- The TableName (the name of the table or Eco Handle).
- The DataSourceAction property: what you want the button to do (e.g. MoveNext, MoveFirst, Cancel, etc.).